CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据采集 串口

搜索资源列表

  1. MSP430F2013-UART-ADC

    2下载:
  2. MSP430F2013 SD16 采集数据通过串口发送到主机
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2013-11-11
    • 文件大小:10835
    • 提供者:张峰
  1. Project1.vbp

    1下载:
  2. 实时数据采集与控制系统可以通过串口通讯方式与下位机进行通讯,控制实验操作,参数设置和试验数据采集和保存。-Real-time data acquisition and control system of communication through the serial port to communicate with the next crew, control experimental operation, parameter setting and test data collection
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:50839
    • 提供者:何林
  1. wirless

    0下载:
  2. 利用VC_开发无线数据采集软件.pdf 利用串口和modem进行开发的介绍。-VC_ the development of the use of wireless data acquisition software. Pdf using serial port and modem development of the introduction.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1295206
    • 提供者:redyjq
  1. communication

    0下载:
  2. 汽车行驶记录仪串口的数据采集、设置、通讯功能-Vehicle Traveling Data Recorder serial data acquisition, setting, communication
  3. 所属分类:Com Port

    • 发布日期:2017-05-16
    • 文件大小:3735223
    • 提供者:张伟
  1. temp

    0下载:
  2. 基于串口,对温湿感应器数据进行采集并显示.些代码是用vb写的.我也写了个vc的,但感觉这个对vb开发人员比较好用.-Based on the serial port on the temperature and humidity sensors, data acquisition and display. More code is written in vb. I also wrote a vc, but felt it more easy to use for vb developers.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:673998
    • 提供者:朱正军
  1. 12345

    0下载:
  2. 基于(80C51F350)可以实现多个DS18B20采集及数据处理+串口通信及协议的程序-Based on (80C51F350) can achieve multiple DS18B20 acquisition and data processing+ serial communication and protocol procedures
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:105055
    • 提供者:李春树
  1. sys_020

    0下载:
  2. 风向风速和温度要素的采集计算和存储,并把计算所得的数据通过串口发送出去。-Wind direction wind speed and temperature of computing and storage elements of the collection, and to the calculated data sent through the serial port.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-04
    • 文件大小:8609
    • 提供者:liulibo
  1. com

    2下载:
  2. PC机利用MSCOMM控件通过串口访问下位机,下位机实现DS18B20温度采集,采集数据通过串口上传PC机,PC机利用NTGRAPH控件绘制出温度曲线图!-PC, via serial port access control using MSCOMM the lower position, the next crew to achieve DS18B20 the temperature acquisition, collecting data through serial port PC, up
  3. 所属分类:ADO-ODBC

    • 发布日期:2014-09-02
    • 文件大小:3902656
    • 提供者:liushuai
  1. AcquisiteAndDecodeDataOfSerialPort

    0下载:
  2. 采集串口仪器的数据,并解码分析其数据,从采集到的数据型式转化为我们所需的数据型式。-Serial instruments collected data and decode the analysis of their data from the data collected into a type of data type we need.
  3. 所属分类:Com Port

    • 发布日期:2017-04-03
    • 文件大小:23753
    • 提供者:yangyiijun
  1. LABVIEWserildatadisplay

    0下载:
  2. LABVEIW采集串口数据,实时图形化显示 编译环境:LABVEIW-LABVEIW serial data acquisition, real-time graphical display of the build environment: LABVEIW
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:16635
    • 提供者:阿文
  1. serialcommunicationcodes

    0下载:
  2. 串口温度采集并实时采集数据源代码希望给广大编程爱好者带来方便-serial communication code
  3. 所属分类:Com Port

    • 发布日期:2017-05-25
    • 文件大小:8381921
    • 提供者:hgnuist
  1. LPC2294

    0下载:
  2. LPC2294的串口工具,用于采集32位IO口数据,并串口发送至上位机-LPC2294 serial tool for collecting data on 32-bit IO port, and send the first bit machine serial
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:270476
    • 提供者:pioneer
  1. wipecontroller

    0下载:
  2. 采集和现实来自单片机串口的数据;以图形的方式显示,控制雨挂速度-control winper speed ,collect data from winper
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:129982
    • 提供者:jinzhifu
  1. ITxiazai_VB6CHS

    0下载:
  2. [串口温度数据采集并实时显示.rar] 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,
  3. 所属分类:Com Port

    • 发布日期:2017-04-17
    • 文件大小:17434
    • 提供者:
  1. UART-DATA-Display

    0下载:
  2. 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了.-The program uses a common serial port control MSCOMM32.OCX VC6.0 to send to the serial port on the data acquisition and processing.
  3. 所属分类:Com Port

    • 发布日期:2017-04-09
    • 文件大小:2055188
    • 提供者:小武
  1. temperature--display

    0下载:
  2. 串口温度数据采集并实时显示 读串口数据的原理是,只要当有数据向串口发数据来时,计算机就会自动将其数据写到一个特定的缓冲区,我们只要写程序去读那个特定的缓冲区就可以了. 有数据向串口发过来时,程序可以将数据接收到,接收的数据是字符型的,那么将数据转化为数字型的,再将这个数据的大小作为画图的某一个点的纵坐标,横坐标为数据的序号.将这些点用线连起来就是一个曲线图了,这个就是图形显示基本原理. 查看原来的数据的原理也是这样的,不同的地方就是,数据是从文件中来,同样的也是将多个数据
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3856174
    • 提供者:孙启瑞
  1. VB-AD-converter-acquisition

    1下载:
  2. VB串口通信 6路10位AD转换数据采集源程序-VB serial communication channel 10-bit AD converter 6 data acquisition source
  3. 所属分类:Com Port

    • 发布日期:2017-03-24
    • 文件大小:6081
    • 提供者:张继
  1. testa2

    0下载:
  2. 从串口实时采集数据,读取家速度传感器的值,并且显示波形-Real-time collection of data from the serial port, read the value of home speed sensor, and display the waveform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:670
    • 提供者:yh
  1. chuankou

    0下载:
  2. AVR单片机串口程序,将单片机利用IO口采集的数据利用串口发送出去-AVR microcontroller serial program, the microcontroller IO port data collected using the serial port sent
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:1191
    • 提供者:张克刚
  1. chuankou

    0下载:
  2. 51单片机串口通信测试,可以将传感器采集到得数据通过串口发到上位机,做波形显示,数据分析等处理-51 microcontroller serial communications test, the sensor can be collected to get the data through the serial port to the host computer to do the waveform display, data analysis and other processing
  3. 所属分类:SCM

    • 发布日期:2017-04-05
    • 文件大小:49552
    • 提供者:史楠
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com